home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / te150a.zip / HEADER.CTL < prev    next >
Text File  |  1996-10-11  |  3KB  |  56 lines

  1. |NC┌|HC──|PC──|BC────────────────────────────────────────────────────────────────────────┐
  2. |HC│|FZ█▓▒░ |FCF|FLrom|FS: @FROM...................@          |FCD|FLate|FS: @DATE.............@    |FZ░|BC│
  3. |PC│|FZ▓▒░  |FCT|FLo  |FS: @TO.....................@          |FCM|FLsg|FS#: @MSG..@ |FCP|FLriv|FS: @P..@   |FZ░▒|BC│
  4. |BC│|FZ▒░   |FCA|FLrea|FS: @AREA...................@                                     |FZ░▒▓|PC│
  5. |BC│|FZ░    |FCS|FLubj|FS: @SUBJ......................................................@ |FZ░▒▓█|HC│
  6. |BC└────────────────────────────────────────────────────────────────────────|PC──|HC──|NC┘
  7. %
  8. ; TurboEDIT Header Control File
  9. ; Copyright (C) 1996, By Steve Blinch of Mikerosoft Productions.
  10. ;
  11. ; Any line beginning with a semicolon (;) is ignored.
  12. ; Any line beginning with a percent (%) signifies the end of the header,
  13. ; and speeds up processing if included.
  14. ;
  15. ; The text & control codes in this file may not exceed 10 lines, and the
  16. ; actual text displayed on the screen may NOT exceed 6 lines (the header
  17. ; may ONLY be displayed in the top 6 lines of the screen).
  18. ;
  19. ; Control Code                                                      Returns
  20. ; ─────────────────────────────────────────────────────────────────────────
  21. ; @FROM@                              The name of the sender of the message
  22. ; @TO@                             The name of the recipient of the message
  23. ; @AREA@                               The name of the area being posted in
  24. ; @SUBJ@                                         The subject of the message
  25. ; @DATE@                                              The current date/time
  26. ; @MSG@                                                  The message number
  27. ; @P@                                           Private: " Yes " or " No  "
  28. ; ─────────────────────────────────────────────────────────────────────────
  29. ; |NC                                                         Frame Color 1
  30. ; |HC                                                         Frame Color 2
  31. ; |PC                                                         Frame Color 3
  32. ; |BC                                                         Frame Color 4
  33. ; |FZ                                                          "Fade" color
  34. ; |FC                                                  Capital Letter Color
  35. ; |FL                                                Lowercase Letter Color
  36. ; |FS                                                          Symbol Color
  37. ; |FD                                                           Digit Color
  38. ; |IC                                   Capital Letter Color (Input fields)
  39. ; |IL                                 Lowercase Letter Color (Input fields)
  40. ; ─────────────────────────────────────────────────────────────────────────
  41. ;
  42. ; In most cases, you will want each control code to be justified in a field
  43. ; of a certain size.  For example, the second line of the default header:
  44. ;
  45. ; │█▓▒░ From: @FROM...................@       Date: @DATE.............@  ░│
  46. ;
  47. ; This would be displayed as:
  48. ;
  49. ; │█▓▒░ From: _Steve_Blinch____________       Date: _04-Mar-96_01:20am_  ░│
  50. ;
  51. ; (the _'s above represent colored spaces.)
  52. ;
  53. ; The entire size of the control code, from opening @ to closing @, is the
  54. ; actual size of the field of data that will be displayed on the screen.
  55. ;
  56.